home *** CD-ROM | disk | FTP | other *** search
- function load_resources()
- {
- _level10.stop();
- loadMovieNum("interface/resources.swf",14,"GET");
- }
- function unload_resources()
- {
- restart();
- unloadMovieNum(14);
- }
- function load_objectives()
- {
- _level10.stop();
- loadMovieNum("interface/objectives.swf",13,"GET");
- }
- function unload_objectives()
- {
- restart();
- unloadMovieNum(13);
- }
- function load_coursemap()
- {
- getUrl("javascript:open_map();", "");
- }
- function load_glossary()
- {
- _level10.stop();
- if(_level19._currentframe != 30)
- {
- loadMovieNum("interface/glossary.swf",19,"GET");
- }
- }
- function unload_glossary()
- {
- restart();
- unloadMovieNum(19);
- }
- function exit()
- {
- x = 50;
- while(x > 1)
- {
- if(x != 19)
- {
- getURL("","_level" add x);
- }
- x--;
- }
- }
- function restart()
- {
- if(_level10._currentframe == _level10._totalframes)
- {
- _level10.stop();
- }
- else
- {
- _level10.play();
- }
- }
- _root.external_call = true;
-